by order - traduction vers néerlandais
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

by order - traduction vers néerlandais

SQL CLAUSE
Order by (SQL)

by order      
op bevel;op instructie
alphabetical order         
SYSTEM WHEREBY STRINGS OF CHARACTERS ARE PLACED IN ORDER BY ALPHABET
By Alphabetical Order; Alphabetical; Alphabetisation; Alphabetization; Alphabetic order; ABC order; Alphabetically; Alphabetic title rules; Alphabetize; Alphabetise; Alphabetizes; Alphabetized; Alphabetizing; Alphabetises; Alphabetised; Alphabetising; Alphabet order; Alphabetical ordering
alphabetische volgorde
gag law         
LEGAL ORDER RESTRICTING MAKING PUBLIC OF INFORMATION OR COMMENTS
Gagging Order; Gagging order; Gag law; Suppression order; Gag-order; Name suppression; Gag orders; Anonymity order; Gag orders in the United States
censuurwet (in parlement en pers)

Définition

alphabetical
Alphabetical means arranged according to the normal order of the letters in the alphabet.
Their herbs and spices are arranged in alphabetical order.
ADJ: ADJ n
alphabetically
The catalog is organized alphabetically by label name.
ADV

Wikipédia

Order by

An ORDER BY clause in SQL specifies that a SQL SELECT statement returns a result set with the rows being sorted by the values of one or more columns. The sort criteria do not have to be included in the result set. The sort criteria can be expressions, including column names, user-defined functions, arithmetic operations, or CASE expressions. The expressions are evaluated and the results are used for the sorting, i.e., the values stored in the column or the results of the function call.

ORDER BY is the only way to sort the rows in the result set. Without this clause, the relational database system may return the rows in any order. If an ordering is required, the ORDER BY must be provided in the SELECT statement sent by the application. Although some database systems allow the specification of an ORDER BY clause in subselects or view definitions, the presence there has no effect. A view is a logical relational table, and the relational model mandates that a table is a set of rows, implying no sort order whatsoever. The only exception are constructs like ORDER BY ORDER OF ... (not standardized in SQL:2003) which allow the propagation of sort criteria through nested subselects.

The SQL standard's core functionality does not explicitly define a default sort order for Nulls. With the SQL:2003 extension T611, "Elementary OLAP operations", nulls can be sorted before or after all data values by using the NULLS FIRST or NULLS LAST clauses of the ORDER BY list, respectively. Not all DBMS vendors implement this functionality, however. Vendors who do not implement this functionality may specify different treatments for Null sorting in the DBMS.

Structure ORDER BY ... DESC will order in descending order, otherwise ascending order is used. (The latter may be specified explicitly using ASC.)

Exemples du corpus de texte pour by order
1. The new headquarters was established by order of Makkah Gov.
2. This is by order of our leadership,» he told IWPR.
3. The DiamondTouch isn‘t cheap –– and it‘s available only by order.
4. In the surrounding province, there is only one amusement park –– closed by order of the government.
5. By order of Congress, daylight saving time will start on March 11, three weeks early.